Fix docs build
authorMatthias Clasen <mclasen@redhat.com>
Tue, 4 Feb 2014 02:03:37 +0000 (21:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Feb 2014 02:03:37 +0000 (21:03 -0500)
gtk/gtkfilechooserdialog.c

index b74d50f1c9760ff1c1cf65a72e0b3a2024623767..c52bc9614153b23a7c3373cc0b80643f2213acf3 100644 (file)
  *
  * <para id="gtkfilechooserdialog-setting-up">
  * There are various cases in which you may need to use a #GtkFileChooserDialog:
+ * </para>
  *
  * - To select a file for opening. Use #GTK_FILE_CHOOSER_ACTION_OPEN.
  *
  * when it is appropriate to use gtk_file_chooser_set_filename(),
  * i.e. when you are doing a Save As command and you already
  * have a file saved somewhere.
- * </para>
 
  * ## Response Codes
  *
  * boxes you can use your own custom response codes rather than the
  * ones in #GtkResponseType, but #GtkFileChooserDialog assumes that
  * its "accept"-type action, e.g. an "Open" or "Save" button,
- * will have one of the following response
- * codes:
+ * will have one of the following response codes:
+ * </para>
  * - #GTK_RESPONSE_ACCEPT
  * - #GTK_RESPONSE_OK
  * - #GTK_RESPONSE_YES
  * - #GTK_RESPONSE_APPLY
- * </para>
  *
  * This is because #GtkFileChooserDialog must intercept responses
  * and switch to folders if appropriate, rather than letting the